[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            isEMSavail - is EMS available

  Syntax              boolean isEMSavail(void);

  Prototype in        ibm.h

  Remarks             checks if EMS is installed.

  Return value        returns TRUE if EMS is present, otherwise FALSE.

  See also            ibm.h
                      EMSGetStatus(), EMSinfo(), EMSpages(),
                      EMMversion(), EMSwarmbootprep()

  Example             #include <ibm.h>

                      main()
                      {
                           printf("EMS is ");
                           if (! isEMSavail())
                                printf("not ");
                           printf("available\n");
                      }


See Also: EMSGetStatus() EMSinfo() EMSpages() EMMversion() EMSwarmbootprep()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson